您要查找的是不是:
- While the program logic is preserved, the names become nonsense. 虽然保留了程序逻辑,但名称变得无法解读。
- Fold knowledge into data so program logic can be stupid and robust. 表达的原则:把自己的认识放到数据里,那么程序逻辑就可以虽乏味但健壮。
- Nevertheless, the program logic can be reverse engineered. 但是,程序逻辑还是可以进行反向工程处理。
- Spend a few minutes understanding the program logic. 花一些时间来理解程序逻辑。
- Comparison operators can also be used in program logic to look for a condition. 比较运算符还可用于在程序逻辑中查找条件。
- The system hardware consists of single-chip microcomputer control system,CPLD(Complex Programmable Logic Device) ,power drive module and liquid crystal display. 模拟高压断路器系统的硬件主要由单片机控制系统、复杂可编程逻辑器件CPLD(Complex Programmable Logic Device)、功率驱动模块及液晶显示器等组成;
- The IPC(industry personal computer), PLC(programmable logic computer), microcomputer, digital oscilograph, and printer are combined into an auto CWG measuring system in this paper. 因此,研制能够满足SPD试验要求的CWG自动测试系统,已成为亟待解决的问题。
- Rule of Representation: Fold knowledge into data so program logic can be stupid and robust. 表示准则:将知识包入数据,程序可以笨拙和健壮。
- If your program logic depends on any of that additional code, you should probably avoid short-circuiting operators. 如果程序逻辑依赖于任何这些附加代码,您可能应该避免使用短路运算符。
- The copper clad laminate automation system is designed and realized by using Program Logic Controler(PLC). 摘要简要阐述了用可编程控制器(PLC)实现对铜箔覆胶机自动控制的方法。
- One consequence is that functions don't need to return error codes, freeing their return values for program logic. 其影响是:函数不需要返回错误代码,这为程序逻辑解放了它们的返回值。
- In addition,Tcl wasn't designed for manipulating numbers,and its simple design makes complex program logic difficult to create. 此外,Tcl不是设计来运算数字的,其简单的设计难以生成复杂的程序逻辑。
- This application uses some string methods, some regular expressions, and some program logic driven mostly by regular expressions and string matches. 该应用程序使用了一些字符串方法、一些正则表达式和一些主要由正则表达式和字符串匹配所驱动的程序逻辑。
- In addition, Tcl wasn't designed for manipulating numbers, and its simple design makes complex program logic difficult to create. 此外,tcl不是设计来运算数字的,其简单的设计难以生成复杂的程序逻辑。
- Man-machine inter-facial can program logic control, pneumatic, servo motor drive, advanced sterilizing and asepsis keeping. 人机界面,可编程控制、气动、伺服电机驱动,先进的杀菌与无菌保障。
- While some would say that 99% of Myst was written using 3D modeling tools, the underlying program logic was done in HyperCard. 没错,卖得最好的商业游戏不是使用以上任何一门语言编的,虽然有人说“神秘岛”99%25是使用3D建模工具制作的delphi,其根本的编程逻辑是在HyperCard里完成的。
- microcomputer programmable logic 微机可编程逻辑
- Pseudocode is part English and part program logic that describes,in precise algorithmic detail,what the program is to do. 假码是部份英国人而且分开描述的计画逻辑,在精确的算法细节,计画将做的。
- The loop structure is used to represent the program logic when a portion of the program is to be executed repeatedly until a particular condition is met. 循环结构用于这样一种程序逻辑,表示一部分程序将被反复执行直到满足特定的条件。
- Try to separate low-level I/O routines from the higher-level program logic through interfaces, because a program can be made very difficult to manage by developing monolithically. 尽可能将底层I/O接口与上层应用逻辑通过接口来分离,写到一起会让程序维护变得异常困难。